home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / bbsutils / tb502man.arj / P144 < prev    next >
Text File  |  1994-02-13  |  3KB  |  62 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.      The TriBBS Bulletin Board System                                   144
  7.  
  8.       291 to  371   char [81]      The file area's upload file list.
  9.       372 to  373   int            CD-ROM file area flag.
  10.       374 to  375   int            Alias file area flag.
  11.       376 to  456   char [81]      The file area's index file, if any.
  12.       457 to 1266   char [10][81]  Ten CD-ROM file area paths.  Should be
  13.                                    set to null strings if not used.
  14.      1267 to 1280   char [14]      Reserved for future use.  All zeros.
  15.  
  16.  
  17.      EVENTS.DAT
  18.      ----------
  19.  
  20.      Is a node's event configuration file and is located in the node's
  21.      NWORK directory.  Each event record is as follows:
  22.  
  23.      Byte           Data           Description
  24.      Position       Type
  25.       1 to  2       int            The event's day of the week.
  26.       3 to  4       int            The event's executed today flag.
  27.       5 to  6       int            The sliding event flag.
  28.       7 to 12       char [6]       The event's time.
  29.      13 to 21       char [9]       The event's batch file.
  30.  
  31.  
  32.      TRIBBS.SYS
  33.      ----------
  34.  
  35.      Is TriBBS's proprietary door data file.  It is an ASCII text file and
  36.      uses the following format:
  37.  
  38.      1                             <- The user's record number
  39.      Mark Goodwin                  <- The user's name
  40.      Something                     <- The user's password
  41.      200                           <- The user's security level
  42.      Y                             <- Y for Expert, N for Novice
  43.      Y                             <- Y for ANSI, N for monochrome
  44.      60                            <- Minutes left for this call
  45.      207-941-0805                  <- The user's phone number
  46.      Bangor, Me                    <- The user's city and state
  47.      10/19/56                      <- The user's birth date
  48.      1                             <- The node number
  49.      1                             <- The serial port
  50.      2400                          <- Baud rate or 0 for local
  51.      38400                         <- Locked rate or 0 for not locked
  52.      Y                             <- Y for RTS/CTS, N for no RTS/CTS
  53.      N                             <- Y for error correcting or N
  54.      Unnamed BBS                   <- The board's name
  55.      Joe Sysop                     <- The sysop's name
  56.      Programmer                    <- The user's alias.
  57.      Y                             <- Y for RIPScrip, N for no RIPScrip
  58.  
  59.  
  60.  
  61.  
  62.